ISlave.ReadEEprom 方法
从从站的 EEPROM 读取一个双字 (double word)。
命名空间:IntervalZero.KINGSTAR.Base.Class组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
IKsCommand<uint> ReadEEprom(
int offset
)
Function ReadEEprom(
offset As Integer
) As IKsCommand(Of UInteger)
参数
offset
型别:int
EEPROM 空间中的偏移量。
回传值
型别:IKsCommand<uint>
回传方法的状态及一个 uint 值。
可用的 EtherCAT 状态
ecatInit, ecatPreOP, ecatSafeOP, ecatOP
参见